home *** CD-ROM | disk | FTP | other *** search
- object CopyDialog: TCopyDialog
- Left = 622
- Top = 297
- BorderStyle = bsDialog
- Caption = 'Copy to ...'
- ClientHeight = 212
- ClientWidth = 174
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 158
- Height = 161
- Shape = bsFrame
- end
- object OKBtn: TButton
- Left = 9
- Top = 180
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- OnClick = OKBtnClick
- end
- object CancelBtn: TButton
- Left = 89
- Top = 180
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- OnClick = CancelBtnClick
- end
- object DriveComboBox1: TDriveComboBox
- Left = 16
- Top = 16
- Width = 142
- Height = 19
- DirList = DirectoryListBox1
- TabOrder = 2
- end
- object DirectoryListBox1: TDirectoryListBox
- Left = 16
- Top = 40
- Width = 142
- Height = 121
- ItemHeight = 16
- TabOrder = 3
- end
- end
-